home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / Bonus / Plasmatech / ptscp_eval.exe / %MAINDIR% / EvalC3 / PTShConsts.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-08-31  |  1.6 KB  |  90 lines

  1. #ifndef PTShConstsH
  2. #define PTShConstsH
  3.  
  4. #ifdef LANG_CS
  5.   #pragma resource "PTShConstsD2_cs.res"
  6.   #define LANGUAGE_APPLIED
  7. #endif
  8.  
  9. #ifdef LANG_DA
  10.   #pragma resource "PTShConstsD2_da.res"
  11.   #define LANGUAGE_APPLIED
  12. #endif
  13.  
  14. #ifdef LANG_DE
  15.   #pragma resource "PTShConstsD2_de.res"
  16.   #define LANGUAGE_APPLIED
  17. #endif
  18.  
  19. #ifdef LANG_EN
  20.   #pragma resource "PTShConstsD2_en.res"
  21.   #define LANGUAGE_APPLIED
  22. #endif
  23.  
  24. #ifdef LANG_ES
  25.   #pragma resource "PTShConstsD2_es.res"
  26.   #define LANGUAGE_APPLIED
  27. #endif
  28.  
  29. #ifdef LANG_FI
  30.   #pragma resource "PTShConstsD2_fi.res"
  31.   #define LANGUAGE_APPLIED
  32. #endif
  33.  
  34. #ifdef LANG_FR
  35.   #pragma resource "PTShConstsD2_fr.res"
  36.   #define LANGUAGE_APPLIED
  37. #endif
  38.  
  39. #ifdef LANG_HU
  40.   #pragma resource "PTShConstsD2_hu.res"
  41.   #define LANGUAGE_APPLIED
  42. #endif
  43.  
  44. #ifdef LANG_IT
  45.   #pragma resource "PTShConstsD2_it.res"
  46.   #define LANGUAGE_APPLIED
  47. #endif
  48.  
  49. #ifdef LANG_JP
  50.   #pragma resource "PTShConstsD2_jp.res"
  51.   #define LANGUAGE_APPLIED
  52. #endif
  53.  
  54. #ifdef LANG_NL
  55.   #pragma resource "PTShConstsD2_nl.res"
  56.   #define LANGUAGE_APPLIED
  57. #endif
  58.  
  59. #ifdef LANG_NO
  60.   #pragma resource "PTShConstsD2_no.res"
  61.   #define LANGUAGE_APPLIED
  62. #endif
  63.  
  64. #ifdef LANG_PL
  65.   #pragma resource "PTShConstsD2_pl.res"
  66.   #define LANGUAGE_APPLIED
  67. #endif
  68.  
  69. #ifdef LANG_PT
  70.   #pragma resource "PTShConstsD2_pt.res"
  71.   #define LANGUAGE_APPLIED
  72. #endif
  73.  
  74. #ifdef LANG_RU
  75.   #pragma resource "PTShConstsD2_ru.res"
  76.   #define LANGUAGE_APPLIED
  77. #endif
  78.  
  79. #ifdef LANG_SV
  80.   #pragma resource "PTShConstsD2_sv.res"
  81.   #define LANGUAGE_APPLIED
  82. #endif
  83.  
  84. #ifndef LANGUAGE_APPLIED
  85.   #pragma resource "PTShConstsD2.res"
  86. #endif
  87.  
  88. #endif // PTShConstsH
  89.  
  90.